-
Notifications
You must be signed in to change notification settings - Fork 8
fix: Always place the copy icon on the right side on mobile #177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for fipguide ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
d71d92e
to
0f8b538
Compare
c0ab1ff
to
0f8b538
Compare
I can understand very well why you changed it. I also find the current placement of the button annoying when it wraps in new line. However, I think the spacing is too large for a short headline or a larger screen width ._. |
maybe it´s sufficient to have the without wrapping? |
Not trivial. It still looks good for the headings without wrapping, but when wrapping occurs, the first elements takes more space than it needs (even if |
1cb8421
to
e26c327
Compare
e26c327
to
aa04d6b
Compare
1a9e676
to
7152468
Compare
aa04d6b
to
715c007
Compare
Instead of having the copy icon directly after the text (which produced some issues with multi-line texts), always place the the copy icon on the right side. It's easier to reach for right-handed people. Not 100% sure if the link icon is still recognized with a connection to the title, so happy to hear any feedback. Resolves #49 Was originally approved in #177, but didn't target the correct branch. Here is another attempt to get it to the main branch.
Instead of having the copy icon directly after the text (which produced some issues with multi-line texts), always place the the copy icon on the right side. It's easier to reach for right-handed people.
Not 100% sure if the link icon is still recognized with a connection to the title, so happy to hear any feedback.
Resolves #49